#include <FrameLib_Object.h>
|
| | FrameLib_Object (ObjectType type) |
| |
| virtual | ~FrameLib_Object () |
| |
| ObjectType | getType () |
| |
| void | setIO (unsigned long nIns, unsigned long nOuts, unsigned long nAudioChans=0) |
| |
| unsigned long | getNumIns () |
| |
| unsigned long | getNumOuts () |
| |
| unsigned long | getNumAudioIns () |
| |
| unsigned long | getNumAudioOuts () |
| |
| unsigned long | getNumAudioChans () |
| |
| virtual void | setFixedInput (unsigned long idx, double *input, unsigned long size)=0 |
| |
| virtual void | blockUpdate (double **ins, double **outs, unsigned long blockSize)=0 |
| |
| virtual void | reset (double samplingRate, unsigned long maxBlockSize)=0 |
| |
| virtual void | deleteConnection (unsigned long inIdx)=0 |
| |
| virtual void | addConnection (T *object, unsigned long outIdx, unsigned long inIdx)=0 |
| |
| virtual void | clearConnections ()=0 |
| |
| virtual bool | isConnected (unsigned long inIdx)=0 |
| |
| virtual std::string | objectInfo (bool verbose=false) |
| |
| virtual std::string | inputInfo (unsigned long idx, bool verbose=false) |
| |
| virtual std::string | outputInfo (unsigned long idx, bool verbose=false) |
| |
| virtual std::string | audioInfo (unsigned long idx, bool verbose=false) |
| |
| virtual FrameType | inputType (unsigned long idx)=0 |
| |
| virtual FrameType | outputType (unsigned long idx)=0 |
| |
| virtual const FrameLib_Parameters * | getParameters () |
| |
|
| const char * | getInfo (const char *verboseStr, const char *briefStr, bool verbose) |
| |
| std::string | getInfo (const char *verboseStr, const char *briefStr, unsigned long idx, bool verbose) |
| |
| std::string | getInfo (const char *verboseStr, const char *briefStr, const char *replaceStr, bool verbose) |
| |
◆ FrameLib_Object()
◆ ~FrameLib_Object()
◆ addConnection()
template<class T>
| virtual void FrameLib_Object< T >::addConnection |
( |
T * |
object, |
|
|
unsigned long |
outIdx, |
|
|
unsigned long |
inIdx |
|
) |
| |
|
pure virtual |
◆ audioInfo()
template<class T>
| virtual std::string FrameLib_Object< T >::audioInfo |
( |
unsigned long |
idx, |
|
|
bool |
verbose = false |
|
) |
| |
|
inlinevirtual |
◆ blockUpdate()
template<class T>
| virtual void FrameLib_Object< T >::blockUpdate |
( |
double ** |
ins, |
|
|
double ** |
outs, |
|
|
unsigned long |
blockSize |
|
) |
| |
|
pure virtual |
◆ clearConnections()
◆ deleteConnection()
◆ getNumAudioChans()
◆ getNumAudioIns()
◆ getNumAudioOuts()
◆ getNumIns()
◆ getNumOuts()
◆ getParameters()
◆ getType()
◆ handlesAudio()
◆ inputInfo()
template<class T>
| virtual std::string FrameLib_Object< T >::inputInfo |
( |
unsigned long |
idx, |
|
|
bool |
verbose = false |
|
) |
| |
|
inlinevirtual |
◆ inputType()
◆ isConnected()
◆ objectInfo()
template<class T>
| virtual std::string FrameLib_Object< T >::objectInfo |
( |
bool |
verbose = false | ) |
|
|
inlinevirtual |
◆ outputInfo()
template<class T>
| virtual std::string FrameLib_Object< T >::outputInfo |
( |
unsigned long |
idx, |
|
|
bool |
verbose = false |
|
) |
| |
|
inlinevirtual |
◆ outputType()
◆ reset()
template<class T>
| virtual void FrameLib_Object< T >::reset |
( |
double |
samplingRate, |
|
|
unsigned long |
maxBlockSize |
|
) |
| |
|
pure virtual |
◆ setFixedInput()
template<class T>
| virtual void FrameLib_Object< T >::setFixedInput |
( |
unsigned long |
idx, |
|
|
double * |
input, |
|
|
unsigned long |
size |
|
) |
| |
|
pure virtual |
◆ setIO()
template<class T>
| void FrameLib_Object< T >::setIO |
( |
unsigned long |
nIns, |
|
|
unsigned long |
nOuts, |
|
|
unsigned long |
nAudioChans = 0 |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: